home *** CD-ROM | disk | FTP | other *** search
/ Now That's What I Call Games 2 / Now That's What I Call Games 2 (1993)(Multi Media Machine)(Track 01 of 17)[!][CD32-CDTV].iso / pd / tankhunter / ins.doc < prev    next >
Text File  |  1993-10-11  |  3KB  |  133 lines

  1. TankHunter V1.0
  2. © 1992 by PARADISE SOFT
  3. FREEWARE
  4.  
  5.  
  6.  
  7. COPYRIGHT
  8. ¯¯¯¯¯¯¯¯¯
  9.  
  10. TankHunter (TH) is a nice little  game,  I've
  11. written.  I  used  DICE  2.06.40  by  Matthew
  12. Dillon, a really fantastic tool !! TankHunter
  13. is FREEWARE, you are allowed to copy  it,  as
  14. long as all  important  files  are  included.
  15. These file are :
  16.  
  17. Name                    Discription
  18. ---------------------------------------------
  19. InstallDisk         script to install disk
  20. InstallDisk.info
  21. TH.doc              this files
  22. TH.doc.info
  23. TH.lha                  all game-files
  24.  
  25. sources/TH.c            C-Source of TH
  26. sources/Joystick.c      C-Source of Joystick
  27. sources/GetWall.a       Small Assembler Routine
  28. sources/Tank.h          C-Header of TH
  29. sources/EasySound.h     C-Header of EasySound ¹
  30. sources/EasySound.o     OBJ-File of EasySound ¹
  31. sources/MODPlayer.o     OBJ-File of MODPlayer ²
  32. sources/ppSCglue.o      OBJ-File of pplib ³
  33. sources/MakeIt.sh       script to compile TH
  34. sources/Panel.iff       Graphics of the panel (IFF)
  35. all files are © by Paradise Soft, except :
  36. ¹ © by Anders Bjerin of ACC
  37. ² © by Teijo Kinnunen
  38. ³ © by Nico Francois
  39.  
  40. TankHunter also needs  diskfont.library  from
  41. your WorkBench
  42.  
  43. TankHunter uses powerpacker.library to crunch
  44. all data files.  PowerPacker  is  ©  by  Nico
  45. François. EasySound & Joystick are  from  The
  46. C-Manual © by Anders Bjerin (ACC). The  music
  47. was composed using OctaMED 1.0b  ©  by  Teijo
  48. Kinnunen.
  49.  
  50. You are not allowed to sell TankHunter  or  a
  51. disk containing TankHunter for more  than  DM
  52. 8.-, $5 or equavalent.
  53.  
  54. If you want to distribute TH, please  include
  55. all (!) files. I suggest to use the LHA  file
  56. and the installation script included  on  the
  57. original FISH-release.
  58.  
  59.  
  60. ABOUT
  61. ¯¯¯¯¯
  62.  
  63. Coding by Pink (exept EasySound  &  Joystick)
  64. and Anders Bjerin (EasySound & Joystick)
  65.  
  66. Graphics by Pink
  67.  
  68. Sound by Pink (collected  from  PD-Instrument
  69. disks)
  70.  
  71. Music by J.R.
  72.  
  73. Leveldesign by Romulus
  74. and Pink
  75.  
  76.  
  77. CONTACT ADDRESS
  78. ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  79.  
  80. Send bugreports or any other suggestions to
  81.  
  82. Paradise Soft :       Benjamin Stegemann
  83.                       Kiwittsmoor 32
  84.  
  85.                       2000 Hamburg 62
  86.                       Germany
  87.  
  88.  
  89. INSTRUCTIONS
  90. ¯¯¯¯¯¯¯¯¯¯¯¯
  91.  
  92. TH is a game for two players. Please insert a
  93. second joystick in port one of your AMIGA.
  94.  
  95. When starting  TH  you  are  on  the  options
  96. screen. Use the joystick in port two to  move
  97. the cursor. In the first row you  can  select
  98. the level, move your joystick left or  right.
  99. You can optionally enter the level using  the
  100. keyboard. Pressing the joystick button in the
  101. second row or pressing the 's'-key will start
  102. the game. In the third row you can toggle the
  103. music. If music is  disabled,  sound  effects
  104. can be heard. Select 'Quit' to exit TH.
  105.  
  106. The game itself is quite simple.  Player  one
  107. uses the joystick in port two, player two the
  108. one in port one. Player one controls the tank
  109. in the top left edge of  the  screen,  player
  110. two the other one. Drive your tank around and
  111. try to hit the other player. The player whose
  112. energy is out first loses. That's all.
  113.  
  114. If you want to interrupt the game, press  the
  115. SPACE-bar.
  116.  
  117.  
  118. INSTALL DISK
  119. ¯¯¯¯¯¯¯¯¯¯¯¯
  120.  
  121. TH must be started from a  bootable  disk.  A
  122. script to install this disk is  included  (at
  123. least in the original FISH-release). Start it
  124. and all will be donw automatically.
  125.  
  126.  
  127. Pink says : 'Have fun and goodbye..'
  128.  
  129. Hamburg, 8-JAN-1993
  130.  
  131.  
  132.  
  133.